gtk4.git
20 years agoHungarian translation updated.
Gabor Kelemen [Wed, 27 Apr 2005 22:46:04 +0000 (22:46 +0000)]
Hungarian translation updated.

2005-04-28  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

20 years agoGet volume name also on Win9x. (#301798, Daniel Atallah)
Tor Lillqvist [Mon, 25 Apr 2005 00:47:31 +0000 (00:47 +0000)]
Get volume name also on Win9x. (#301798, Daniel Atallah)

2005-04-25  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c
(gtk_file_system_win32_volume_get_display_name): Get volume name
also on Win9x. (#301798, Daniel Atallah)
(canonicalize_filename): Add explicit braces to silence compiler
warning.

20 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 23 Apr 2005 15:51:55 +0000 (15:51 +0000)]
Updated Spanish translation.

2005-04-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

20 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 22 Apr 2005 20:09:27 +0000 (20:09 +0000)]
Updated Russian translation

20 years agoTypo.
Tor Lillqvist [Fri, 22 Apr 2005 08:10:01 +0000 (08:10 +0000)]
Typo.

20 years agoInitailize gettext before use. Calling bindtextdomain() and
Tor Lillqvist [Fri, 22 Apr 2005 07:35:37 +0000 (07:35 +0000)]
Initailize gettext before use. Calling bindtextdomain() and

2005-04-22  Tor Lillqvist  <tml@novell.com>

* gtk/gtkmain.c: Initailize gettext before use. Calling
bindtextdomain() and bind_textdomain_codeset() in
do_post_parse_initialization() is too late. Put the calls in a new
function gettext_initialization(), and call that from
gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
GTK+'s part, but the same problem occurs also at least in
atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Strange.

20 years agoMatch character height instead of cell height. Fix #301228.
Ivan, Wong Yat Cheung [Thu, 21 Apr 2005 10:39:39 +0000 (10:39 +0000)]
Match character height instead of cell height. Fix #301228.

2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>

* gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
character height instead of cell height. Fix #301228.

20 years agoUpdated British English translation.
David Lodge [Tue, 19 Apr 2005 19:20:23 +0000 (19:20 +0000)]
Updated British English translation.

2005-04-19  David Lodge  <dave@cirt.net>

* en_GB.po: Updated British English translation.

20 years agoMerged from gtk-2-6:
Federico Mena Quintero [Mon, 18 Apr 2005 17:56:57 +0000 (17:56 +0000)]
Merged from gtk-2-6:

2005-04-18  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

* gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
obsolete assertion that the selected row can't be a volume; this
is handled by the "removable" column now.  Fixes #301017.

20 years agogtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to
Owen Taylor [Mon, 18 Apr 2005 15:11:01 +0000 (15:11 +0000)]
gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to

2005-04-18  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
        * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
        gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
        setting color and opacity. (#301066, Vincent Noel)

20 years agoMerged from gtk-2-6:
Federico Mena Quintero [Fri, 15 Apr 2005 21:27:27 +0000 (21:27 +0000)]
Merged from gtk-2-6:

2005-04-15  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
Patch from Christian Neumair <chris@gnome-de.org>; only select the
first row if we are in OPEN mode.  The only other case we were
letting pass through was SELECT_FOLDER, but selecting the first
row when changing folders confuses people when folders are
actually being selected.  Fixes #171885.

21 years agoFixed some typos.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:24:38 +0000 (18:24 +0000)]
Fixed some typos.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Fixed some typos.

21 years agoUpdated Basque translation.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:21:48 +0000 (18:21 +0000)]
Updated Basque translation.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Updated Basque translation.

21 years agoUpdated Basque trasnlation.
Iñaki Larrañaga [Wed, 13 Apr 2005 17:28:08 +0000 (17:28 +0000)]
Updated Basque trasnlation.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Updated Basque trasnlation.

21 years agoRevert problematic fixes.
Matthias Clasen [Wed, 13 Apr 2005 15:04:30 +0000 (15:04 +0000)]
Revert problematic fixes.

21 years agoFix #300218:
Ivan, Wong Yat Cheung [Mon, 11 Apr 2005 18:59:05 +0000 (18:59 +0000)]
Fix #300218:

2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>

Fix #300218:

* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
C99ism.

* gtk/updateiconcache.c: Guard inclusion of unistd.h and
utime.h.

21 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 11:32:50 +0000 (11:32 +0000)]
Updated Catalan translation.

21 years agoUpdated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
Alexander Shopov [Mon, 11 Apr 2005 06:50:59 +0000 (06:50 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>

2005-04-11  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>

21 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 00:47:23 +0000 (00:47 +0000)]
Updated Catalan translation.

21 years agoAdd some missing files.
Matthias Clasen [Sun, 10 Apr 2005 03:00:19 +0000 (03:00 +0000)]
Add some missing files.

21 years agoSome more fixes necessary to make building with gcc 4 work.
Matthias Clasen [Sun, 10 Apr 2005 01:01:18 +0000 (01:01 +0000)]
Some more fixes necessary to make building with gcc 4 work.

* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.

21 years agoAdd 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the
Matthias Clasen [Sat, 9 Apr 2005 23:48:50 +0000 (23:48 +0000)]
Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the

Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created
by Jakub Steiner and Tuomas Kuosmanen.  (#167515,
Vincent Noel)

* gtk/stock-icons/stock_index_16.png:
* gtk/stock-icons/stock_zoom_1_16.png:
* gtk/stock-icons/stock_zoom_fit_16.png:
* gtk/stock-icons/stock_zoom_in_16.png:
* gtk/stock-icons/stock_zoom_out_16.png: New images.

* gtk/stock-icons/Makefile.am: Add the new images.

21 years agoAdd some 16x16 icons
Matthias Clasen [Sat, 9 Apr 2005 23:46:58 +0000 (23:46 +0000)]
Add some 16x16 icons

21 years agoDon't display too many broken images. (#169870, Roman Kagan, patch by Ivan
Matthias Clasen [Sat, 9 Apr 2005 21:57:04 +0000 (21:57 +0000)]
Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan

2005-04-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose):
Don't display too many broken images.  (#169870, Roman
Kagan, patch by Ivan Wong)

* gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
output.  (#300013, Tommi Komulainen)

* io-bmp.c (gdk_pixbuf__bmp_image_save_to_callback):
Don't overflow the stack.  (Jakub Jelinek, Arjan van de Ven)

21 years agoUpdated Czech translation.
Miloslav Trmac [Sat, 9 Apr 2005 16:58:39 +0000 (16:58 +0000)]
Updated Czech translation.

2005-04-09  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

21 years agoIf a stock_id is unknown, display the missing image. (#169870, Steven
Matthias Clasen [Sat, 9 Apr 2005 02:51:53 +0000 (02:51 +0000)]
If a stock_id is unknown, display the missing image. (#169870, Steven

2005-04-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size):
If a stock_id is unknown, display the missing image. (#169870,
Steven Walter)

21 years agoUse the same function as in updateiconcache.c. (spotted by Morten
Matthias Clasen [Sat, 9 Apr 2005 02:12:34 +0000 (02:12 +0000)]
Use the same function as in updateiconcache.c. (spotted by Morten

2005-04-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconcache.c (icon_name_hash): Use the same function
as in updateiconcache.c.  (spotted by Morten Welinder)

21 years agoMake this work when called from gtk_combo_box_destroy(). (#172999,
Matthias Clasen [Fri, 8 Apr 2005 22:07:35 +0000 (22:07 +0000)]
Make this work when called from gtk_combo_box_destroy(). (#172999,

2005-04-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
work when called from gtk_combo_box_destroy().  (#172999,
Christian Persch)

21 years agoUse cache->buffer, not cache.
Matthias Clasen [Fri, 8 Apr 2005 21:01:21 +0000 (21:01 +0000)]
Use cache->buffer, not cache.

2005-04-08  Matthias Clasen  <mclasen@redhat.com>

* xdgmimecache.c (cache_magic_matchlet_compare_to_data)
(cache_magic_matchlet_compare): Use cache->buffer, not
cache.

21 years agoNo debugging output, please.
Matthias Clasen [Fri, 8 Apr 2005 20:37:51 +0000 (20:37 +0000)]
No debugging output, please.

21 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 8 Apr 2005 19:48:40 +0000 (19:48 +0000)]
Updated Canadian English translation.

2005-04-08  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

21 years agoSimplify matrix manipulation now that cairo exposes the cairo_matrix_t
Carl Worth [Fri, 8 Apr 2005 17:21:09 +0000 (17:21 +0000)]
Simplify matrix manipulation now that cairo exposes the cairo_matrix_t

        * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
        now that cairo exposes the cairo_matrix_t structure.

        * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
        cairo API change in signedness of data argument.

21 years agoFix double-click to autosize treeview columns. This was probably broken
Matthias Clasen [Fri, 8 Apr 2005 12:53:09 +0000 (12:53 +0000)]
Fix double-click to autosize treeview columns. This was probably broken

2005-04-08  Matthias Clasen  <mclasen@redhat.com>

Fix double-click to autosize treeview columns. This was
probably broken since 2.2 ! (#169675)

* gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
"user-resized" state of the column on a double-click to
autosize.
(gtk_tree_view_button_press, gtk_tree_view_motion_resize_column):
Enter the "user-resized" state of the column only if a drag
actually changes the column width, not on any click.

21 years agoUpdated British English translation
Gareth Owen [Fri, 8 Apr 2005 01:34:42 +0000 (01:34 +0000)]
Updated British English translation

21 years agoAllow setting background images on menus. (#169532, Benjamin Otte)
Matthias Clasen [Thu, 7 Apr 2005 19:56:57 +0000 (19:56 +0000)]
Allow setting background images on menus. (#169532, Benjamin Otte)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
images on menus.  (#169532, Benjamin Otte)

21 years agoDocument that GtkButtonBox ignores the homogeneous property. (#171412,
Matthias Clasen [Thu, 7 Apr 2005 19:39:10 +0000 (19:39 +0000)]
Document that GtkButtonBox ignores the homogeneous property. (#171412,

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
the homogeneous property.  (#171412, Morten Welinder)

21 years agoAvoid unaligned access. (#172947)
Matthias Clasen [Thu, 7 Apr 2005 19:10:11 +0000 (19:10 +0000)]
Avoid unaligned access. (#172947)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/updateiconcache.c (write_card16, write_card32): Avoid
unaligned access.  (#172947)

* gtk/gtkfilechooserdefault.c (file_list_build_popup_menu):
Consistently use the term "Bookmarks" in the UI.  (#166906,
Sebastian Bacher)

21 years agoSome fixes from Morten Welinder (#172947):
Matthias Clasen [Thu, 7 Apr 2005 18:46:19 +0000 (18:46 +0000)]
Some fixes from Morten Welinder (#172947):

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

Some fixes from Morten Welinder (#172947):

* gtk/updateiconcache.c (icon_name_hash): Make this compiler-
and platform-independent.
(is_cache_up_to_date): Don't compare mtimes is a stat call failed.
(build_cache): Error out if a stat fails.

21 years agoAdd a paragraph about shortcut terminology. (#166906, Sebastien Bacher)
Matthias Clasen [Thu, 7 Apr 2005 16:55:00 +0000 (16:55 +0000)]
Add a paragraph about shortcut terminology. (#166906, Sebastien Bacher)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about
shortcut terminology.  (#166906, Sebastien Bacher)

21 years agoMake the docs of GKT_SELECTION_MULTIPLE more accurate by making them more
Matthias Clasen [Thu, 7 Apr 2005 14:39:28 +0000 (14:39 +0000)]
Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
more accurate by making them more vague.  (#167088,
Ken Siersma)

21 years agoUpdated traditional Chinese translation from GNOME HK Team
Kwok-Koon Cheung [Thu, 7 Apr 2005 14:22:34 +0000 (14:22 +0000)]
Updated traditional Chinese translation from GNOME HK Team

* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team

21 years agoAdd a hint about hiding expanders.
Matthias Clasen [Thu, 7 Apr 2005 13:36:48 +0000 (13:36 +0000)]
Add a hint about hiding expanders.

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add
a hint about hiding expanders.

21 years agoAdd a sentence about toggling. (#159382, Worik Stanton)
Matthias Clasen [Thu, 7 Apr 2005 13:04:27 +0000 (13:04 +0000)]
Add a sentence about toggling. (#159382, Worik Stanton)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling.  (#159382, Worik Stanton)

21 years agoReturn TRUE if the cache is newer than the directory. (#172852, Jacob
Matthias Clasen [Thu, 7 Apr 2005 12:41:40 +0000 (12:41 +0000)]
Return TRUE if the cache is newer than the directory. (#172852, Jacob

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/updateiconcache.c (is_cache_up_to_date): Return
TRUE if the cache is newer than the directory.  (#172852,
Jacob Kroon)

21 years agoa typo
Stepan Kasal [Thu, 7 Apr 2005 07:43:58 +0000 (07:43 +0000)]
a typo

21 years agoReplace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang
Matthias Clasen [Thu, 7 Apr 2005 06:15:12 +0000 (06:15 +0000)]
Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)

21 years agoCommit the right ChangeLog
Matthias Clasen [Thu, 7 Apr 2005 05:45:35 +0000 (05:45 +0000)]
Commit the right ChangeLog

21 years agoInitialize the colormap to zero. (#171762, David Costanzo)
Matthias Clasen [Thu, 7 Apr 2005 05:44:41 +0000 (05:44 +0000)]
Initialize the colormap to zero. (#171762, David Costanzo)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* io-bmp.c (DecodeColormap): Initialize the colormap to
zero.  (#171762, David Costanzo)

21 years agoIgnore regions which fall completely outside the line. (#165862, Felipe
Matthias Clasen [Thu, 7 Apr 2005 05:39:18 +0000 (05:39 +0000)]
Ignore regions which fall completely outside the line. (#165862, Felipe

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)

21 years agoPass the target list to the underlying dnd implementation, otherwise we
Matthias Clasen [Thu, 7 Apr 2005 03:55:13 +0000 (03:55 +0000)]
Pass the target list to the underlying dnd implementation, otherwise we

2005-04-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source)
(gtk_tree_view_enable_model_drag_dest): Pass the target list
to the underlying dnd implementation, otherwise we miss the
target info in the drag-data-received signal.  (#164085, Jorn
Baayen)

21 years agoDocument -1 as possible value.
Matthias Clasen [Thu, 7 Apr 2005 02:41:27 +0000 (02:41 +0000)]
Document -1 as possible value.

2005-04-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
-1 as possible value.

21 years agoAvoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy
Matthias Clasen [Wed, 6 Apr 2005 16:47:01 +0000 (16:47 +0000)]
Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy

2005-04-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column)
(gtk_tree_view_bin_expose): Avoid a few unnecessary calls
to gdk_window_get_pointer(). (#168015, Billy Biggs)

21 years agoMake it compile
Matthias Clasen [Wed, 6 Apr 2005 13:49:28 +0000 (13:49 +0000)]
Make it compile

21 years agoRemove Makefile.in.in
Matthias Clasen [Wed, 6 Apr 2005 13:08:01 +0000 (13:08 +0000)]
Remove Makefile.in.in

21 years agoDon't modify scanner->value, copy it first. (#165693, Tommi Komulainen)
Matthias Clasen [Wed, 6 Apr 2005 12:45:55 +0000 (12:45 +0000)]
Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)

2005-04-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkrc.c (gtk_rc_parse_style): Don't modify scanner->value,
copy it first.  (#165693, Tommi Komulainen)

21 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Wed, 6 Apr 2005 12:17:09 +0000 (12:17 +0000)]
Updated Ukrainian translation.

2005-04-06  Maxim Dziumanenko <mvd@mylinux.com.ua>

* Updated Ukrainian translation.

21 years agoImplement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,
Matthias Clasen [Wed, 6 Apr 2005 04:01:19 +0000 (04:01 +0000)]
Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus):
* gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
Gustavo Carneiro)

21 years agoStore icon caches along with the mtimes of the toplevel directories. The
Matthias Clasen [Wed, 6 Apr 2005 03:34:38 +0000 (03:34 +0000)]
Store icon caches along with the mtimes of the toplevel directories. The

* gtk/gtkicontheme.c: Store icon caches along with the
mtimes of the toplevel directories. The previous
mechanism of a hashtable-per-theme caused duplicate icon
caches for the same toplevel directory to be created.
(#170030)

21 years agoFix a typo in a warning.
Matthias Clasen [Tue, 5 Apr 2005 23:05:53 +0000 (23:05 +0000)]
Fix a typo in a warning.

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
Fix a typo in a warning.

21 years agoadd xdgmimecache.[ch].
Manish Singh [Tue, 5 Apr 2005 23:00:53 +0000 (23:00 +0000)]
add xdgmimecache.[ch].

Tue Apr  5 16:00:04 2005  Manish Singh  <yosh@gimp.org>

        * Makefile.am: add xdgmimecache.[ch].

21 years agoProtect the license and credits buttons from being affected by
Matthias Clasen [Tue, 5 Apr 2005 22:37:02 +0000 (22:37 +0000)]
Protect the license and credits buttons from being affected by

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
the license and credits buttons from being affected by
gtk_widget_show_all().  (#172724)

21 years agoUpdated German translation.
Hendrik Richter [Tue, 5 Apr 2005 18:36:32 +0000 (18:36 +0000)]
Updated German translation.

2005-04-05  Hendrik Richter  <hendi@gnome-de.org>

* de.po: Updated German translation.

21 years agoUpdated Canadian English translation.
Adam Weinberger [Tue, 5 Apr 2005 18:10:51 +0000 (18:10 +0000)]
Updated Canadian English translation.

2005-04-05  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

21 years agoKeep a reference to the item. (#167920, Hazael Maldonado Torres)
Matthias Clasen [Tue, 5 Apr 2005 13:52:32 +0000 (13:52 +0000)]
Keep a reference to the item. (#167920, Hazael Maldonado Torres)

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a
reference to the item.  (#167920, Hazael Maldonado Torres)

21 years agoAdd some more docs on interactive search.
Matthias Clasen [Tue, 5 Apr 2005 12:52:17 +0000 (12:52 +0000)]
Add some more docs on interactive search.

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
more docs on interactive search.

21 years agoMention enter and leave events. (#167546, Billy Biggs)
Matthias Clasen [Tue, 5 Apr 2005 12:25:18 +0000 (12:25 +0000)]
Mention enter and leave events. (#167546, Billy Biggs)

2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
events.  (#167546, Billy Biggs)

21 years agoHandle 16 colour display mode. For some reason, in this mode
Tor Lillqvist [Tue, 5 Apr 2005 01:46:59 +0000 (01:46 +0000)]
Handle 16 colour display mode. For some reason, in this mode

2005-04-05  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)

21 years agoDon't force 24bpp GdkVisual on 32bpp displays. (#140706)
Tor Lillqvist [Tue, 5 Apr 2005 00:42:24 +0000 (00:42 +0000)]
Don't force 24bpp GdkVisual on 32bpp displays. (#140706)

2005-04-05  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
24bpp GdkVisual on 32bpp displays. (#140706)

21 years agoAdd bug ref
Matthias Clasen [Tue, 5 Apr 2005 00:14:27 +0000 (00:14 +0000)]
Add bug ref

21 years agochange to use gtk_tree_view_real_expand_row() instead of doing this by
Jonathan Blandford [Mon, 4 Apr 2005 23:41:19 +0000 (23:41 +0000)]
change to use gtk_tree_view_real_expand_row() instead of doing this by

Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>

        * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
        gtk_tree_view_real_expand_row() instead of doing this by hand.

21 years agoAdd GtkTextBuffer::text (#172631)
Johan Dahlin [Mon, 4 Apr 2005 23:29:53 +0000 (23:29 +0000)]
Add GtkTextBuffer::text (#172631)

    * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
    (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
    (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)

21 years agoForgotten file
Matthias Clasen [Mon, 4 Apr 2005 21:57:39 +0000 (21:57 +0000)]
Forgotten file

21 years agocast combo->priv->entry to GTK_ENTRY()
Manish Singh [Mon, 4 Apr 2005 21:35:46 +0000 (21:35 +0000)]
cast combo->priv->entry to GTK_ENTRY()

Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>

        * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
        cast combo->priv->entry to GTK_ENTRY()

        * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
        cast completion->priv->tree_view to GTK_TREE_VIEW()

21 years agoSome trivial doc fixes.
Matthias Clasen [Mon, 4 Apr 2005 21:15:41 +0000 (21:15 +0000)]
Some trivial doc fixes.

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbuffer.c: Some trivial doc fixes.

21 years agoImprove the wording of the doc comment. (#172422, Vincent Untz)
Matthias Clasen [Mon, 4 Apr 2005 21:06:08 +0000 (21:06 +0000)]
Improve the wording of the doc comment. (#172422, Vincent Untz)

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment.  (#172422, Vincent Untz)

21 years agoCovert expander drawing to Cairo. Also always draw the entire triangle
Owen Taylor [Mon, 4 Apr 2005 20:51:24 +0000 (20:51 +0000)]
Covert expander drawing to Cairo. Also always draw the entire triangle

2005-04-04  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
        drawing to Cairo. Also always draw the entire triangle instead
        of just drawing the center for prelight. (Fixes inconsistent
        drawing in GtkTreeView.)

21 years agoRemove symbols accidentally added. Add boolean property popup_set_width
Johan Dahlin [Mon, 4 Apr 2005 20:37:42 +0000 (20:37 +0000)]
Remove symbols accidentally added. Add boolean property popup_set_width

2005-04-04  Johan Dahlin  <johan@gnome.org>

        * gtk/gtk.symbols: Remove symbols accidentally added.
        * gtk/gtkentryprivate.h: Add boolean property popup_set_width
        * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
        Use object_class instead of gobject_class

21 years agoUpdated Canadian English translation.
Adam Weinberger [Mon, 4 Apr 2005 20:32:01 +0000 (20:32 +0000)]
Updated Canadian English translation.

2005-04-04  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

21 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Mon, 4 Apr 2005 19:58:02 +0000 (19:58 +0000)]
Translation updated by Tino Meinen.

2005-04-04  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

21 years agoTranslate x, y into widget coordinates instead of root coordinates. Patch
Søren Sandmann [Mon, 4 Apr 2005 16:20:28 +0000 (16:20 +0000)]
Translate x, y into widget coordinates instead of root coordinates. Patch

Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>

* gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
widget coordinates instead of root coordinates. Patch from Jorn
Baayen. (#172236)

21 years agoAdd a tooltips property.
Matthias Clasen [Mon, 4 Apr 2005 14:20:55 +0000 (14:20 +0000)]
Add a tooltips property.

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktoolbar.c: Add a tooltips property.

21 years agoForgotten files
Matthias Clasen [Mon, 4 Apr 2005 13:21:50 +0000 (13:21 +0000)]
Forgotten files

21 years agoAdd docs.
Matthias Clasen [Mon, 4 Apr 2005 06:28:07 +0000 (06:28 +0000)]
Add docs.

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init):
* gtk/gtkruler.c (gtk_ruler_class_init): Add docs.

* gtk/gtktoggletoolbutton.c: Add an active property.

21 years agoAllow completion popups to be wider than the entry. (#131916, Ross Burton)
Matthias Clasen [Mon, 4 Apr 2005 05:15:32 +0000 (05:15 +0000)]
Allow completion popups to be wider than the entry. (#131916, Ross Burton)

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

Allow completion popups to be wider than the entry. (#131916,
Ross Burton)

* gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
Don't force the popup to have the same width as the entry if
popup-set-width is FALSE.

* gtk/gtk.symbols: Add new functions.

21 years agoUse gtk_accel_map_change_entry(), so that reusing the same action name
Matthias Clasen [Mon, 4 Apr 2005 04:36:04 +0000 (04:36 +0000)]
Use gtk_accel_map_change_entry(), so that reusing the same action name

2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel):
Use gtk_accel_map_change_entry(), so that reusing the same
action name works.  (#170727, Paolo Borelli)

21 years agoNew debugging function, to log a clipboard format name symbolically.
Tor Lillqvist [Mon, 4 Apr 2005 00:12:26 +0000 (00:12 +0000)]
New debugging function, to log a clipboard format name symbolically.

2005-04-04  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
function, to log a clipboard format name symbolically.
(_gdk_win32_data_to_string): Also new, to log random data bytes.

Implement delayed rendering on Win32, specifically for transfering
images through the clipboard from GTK+ apps to other
apps (#168173, implementation by Ivan Wong):

* gdk/win32/gdkevents-win32.c (gdk_event_translate):
Handle WM_RENDERFORMAT.

* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
_delayed_rendering_data and _image_bmp.

* gdk/win32/gdkmain-win32.c: Initialize _image_bmp.

* gdk/win32/gdkproperty-win32.c (gdk_property_change):
Accept formats other than GDK_TARGET_STRING or _utf8_string, and
assume they are handled through delayed rendering.

* gdk/win32/gdkselection-win32.c (gdk_selection_convert):
Return all available formats (including those registered by GTK+
apps) on request_targets.
(gdk_selection_property_get): We should append a zero byte like
X11 does.
(gdk_win32_selection_add_targets): New function, for
gtkselection's use. Win32 requires that the clipboard owner
registers all valid formats even if the owner wants delayed
rendering.
(_gdk_win32_selection_convert_to_dib): New function. Convert
images to DIB using gdk-pixbuf.

* gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().

* gtk/gtkselection.c (gtk_selection_add_target,
gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
to register target formats.

* gdk/gdk.symbols: Add gdk_win32_selection_add_targets().

21 years agoUpdated pt_BR translation
Raphael Higino [Sun, 3 Apr 2005 22:59:47 +0000 (22:59 +0000)]
Updated pt_BR translation

21 years ago[merged from gtk-2-6 branch] let dash_offset shift the start of the line
Hans Breuer [Sun, 3 Apr 2005 21:03:08 +0000 (21:03 +0000)]
[merged from gtk-2-6 branch] let dash_offset shift the start of the line

2005-04-03  Hans Breuer  <hans@breuer.org>

[merged from gtk-2-6 branch]
* gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
the line pattern not the start of the line. Fixes bug #171641.

* gtk/makefile.msc.in : follow .symbols changes

* gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
dynamically. (It is not available in _WIN_VER <= 0x0400)

* gdk/win32/makefile.msc : removed gdkpango-win32.obj

* gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI

[also applied to gtk-2-6 branch]
* gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def

* gdk/makefile.msc.in : add gtkmnemonichash.obj

* test/testgtk.c(set_parent_signal) : use g_message instead of
g_print to keep the 'testgtk --bench=all' output clean

21 years agoUpdated Canadian English translation.
Adam Weinberger [Sun, 3 Apr 2005 18:10:46 +0000 (18:10 +0000)]
Updated Canadian English translation.

2005-04-03  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

21 years agoAdd a "metric" property.
Matthias Clasen [Sun, 3 Apr 2005 07:31:58 +0000 (07:31 +0000)]
Add a "metric" property.

2005-04-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkruler.c: Add a "metric" property.

21 years agoAdd a "group" property like the one found in radio buttons.
Matthias Clasen [Sun, 3 Apr 2005 07:11:09 +0000 (07:11 +0000)]
Add a "group" property like the one found in radio buttons.

2005-04-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkradiomenuitem.c: Add a "group" property like
the one found in radio buttons.

* gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
a typo in the docs.
(gtk_radio_button_set_group): Add change notification.

21 years agoMove documentation inline, document if add_target functions append or
Matthias Clasen [Fri, 1 Apr 2005 21:20:58 +0000 (21:20 +0000)]
Move documentation inline, document if add_target functions append or

2005-04-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkselection.c: Move documentation inline, document
if add_target functions append or prepend.  (#172350,
Jon-Kare Hellan)

21 years agoMake gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry
Matthias Clasen [Fri, 1 Apr 2005 20:53:04 +0000 (20:53 +0000)]
Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry

2005-04-01  Matthias Clasen  <mclasen@redhat.com>

Make gtk_combo_box_get_active_text do the right thing for
GtkComboBoxEntry (#171373, Robert Staudinger)

* gtk/gtkcombobox.h: Add a get_active_text vfunc.

* gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
implement it here.

* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
Implement get_active_text by always returning the content of
the entry.

21 years agoUpdated Canadian English translation.
Adam Weinberger [Thu, 31 Mar 2005 21:48:57 +0000 (21:48 +0000)]
Updated Canadian English translation.

2005-03-31  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

21 years agoadded gtk_menu_set/get_take_focus().
Michael Natterer [Thu, 31 Mar 2005 17:04:27 +0000 (17:04 +0000)]
added gtk_menu_set/get_take_focus().

2005-03-31  Michael Natterer  <mitch@gimp.org>

* gtk/gtk-sections.txt: added gtk_menu_set/get_take_focus().

* gtk/tmpl/gtkmenushell.sgml: regenerated.

21 years agoMerged from gtk-2-6:
Sven Neumann [Thu, 31 Mar 2005 17:04:25 +0000 (17:04 +0000)]
Merged from gtk-2-6:

2005-03-31  Sven Neumann  <sven@gimp.org>

Merged from gtk-2-6:

* gtk/gtkbutton.c
* gtk/gtkiconview.c: fixed gtk-doc comments.

21 years agoadded gtk/gtkmenushell.c
Michael Natterer [Thu, 31 Mar 2005 17:02:49 +0000 (17:02 +0000)]
added gtk/gtkmenushell.c

2005-03-31  Michael Natterer  <mitch@gimp.org>

* POTFILES.in: added gtk/gtkmenushell.c

21 years agoAllow to pop up menus without grabbing the keyboard. Useful for stuff like
Michael Natterer [Thu, 31 Mar 2005 17:02:19 +0000 (17:02 +0000)]
Allow to pop up menus without grabbing the keyboard. Useful for stuff like

2005-03-31  Michael Natterer  <mitch@gimp.org>

Allow to pop up menus without grabbing the keyboard. Useful for
stuff like virtual keyboards. Fixes bug #159890

* gtk/gtk.symbols
* gtk/gtkmenushell.[ch]: added boolean property "take-focus"
and public API gtk_menu_shell_set/get_take_focus().

* gtk/gtkmenu.c (gtk_menu_popup)
(popup_grab_on_window): don't grab the keyboard if take_focus
is FALSE.

* gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
parent menu_shell's take_focus property to the submenu which is
about to be popped up.

21 years agoUpdated Czech translation.
Miloslav Trmac [Thu, 31 Mar 2005 09:10:49 +0000 (09:10 +0000)]
Updated Czech translation.

2005-03-31  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

21 years agoAdded new entries to Kinyarwanda (rw) po file, from bigger compendium.
Steven Michael Murphy [Thu, 31 Mar 2005 04:44:03 +0000 (04:44 +0000)]
Added new entries to Kinyarwanda (rw) po file, from bigger compendium.

Added new entries to Kinyarwanda (rw) po file, from bigger compendium.